home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
Monkey Lander.swf
/
scripts
/
frame_184
/
PlaceObject2_434_638
/
CLIPACTIONRECORD onClipEvent(load).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
242 b
|
15 lines
onClipEvent(load){
if(_root.lives == 3)
{
this.gotoAndStop("three");
}
else if(_root.lives == 2)
{
this.gotoAndStop("two");
}
else if(_root.lives == 1)
{
this.gotoAndStop("one");
}
}